We'll take private structures out of gtkfilechooserprivate.h and move
them to the appropriate place.
*/
+struct _GtkFileChooserDialogPrivate
+{
+ GtkWidget *widget;
+
+ /* for use with GtkFileChooserEmbed */
+ gboolean response_requested;
+};
+
#define GTK_FILE_CHOOSER_DIALOG_GET_PRIVATE(o) (GTK_FILE_CHOOSER_DIALOG (o)->priv)
static void gtk_file_chooser_dialog_set_property (GObject *object,
GError **error);
GSList * _gtk_file_chooser_list_shortcut_folder_files (GtkFileChooser *chooser);
-/* GtkFileChooserDialog private */
-
-struct _GtkFileChooserDialogPrivate
-{
- GtkWidget *widget;
-
- /* for use with GtkFileChooserEmbed */
- gboolean response_requested;
-};
-
-
/* GtkFileChooserWidget private */
struct _GtkFileChooserWidgetPrivate